/* redactor */

.redactor_textarea{
    width: 100%;
    min-height: 70px;
}

.redactor-box.redactor-styles-on .redactor-styles{
    font-size: 13px;
    font-family: Arial, 'Trebuchet MS', Tahoma;
    min-height: 130px;
}

.redactor-box.redactor-styles-on ul{
    list-style-type: disc;
}
.redactor-box.redactor-styles-on ol{
    list-style-type: decimal;
}
.redactor-modal label.checkbox{
    width: auto;
}

.redactor-styles p{
    margin-bottom: 0 !important;
}

.redactor-air a.re-button-icon, .redactor-toolbar a.re-button-icon{
    padding: 7px 12px 4px 12px !important;
}

.redactor-toolbar a.re-button-icon{
    opacity: 0;

}
.redactor-toolbar.corrected a.re-button-icon{
    opacity: 1;
}

.redactor-air a.re-button-icon.re-fontcolor i, .redactor-toolbar a.re-button-icon.re-fontcolor i{
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.redactor-styles.redactor-in figure[data-redactor-type="video"], .redactor-styles.redactor-in figure[data-redactor-type="image"]{
    margin-top: 1em;
}

.redactor-styles.redactor-in figure.image-left{
    float: left;
    margin-right: 20px;
}

.redactor-styles.redactor-in figure.image-right{
    float: right;
    margin-left: 20px;
}

.redactor-styles.redactor-in figure.image-center{
    display: block;
    text-align: center;
}

.redactor-styles.redactor-in figure{
    margin-top: 1em;
}

.redactor-styles.redactor-in figure:not(.image-left):not(.image-right){
    width: auto !important;
}

.new_redactor.redactor-styles{
    padding: 0;
    font-size: 13px;
    font-family: Arial, 'Trebuchet MS', Tahoma;
    line-height: 1.5em;
}

.new_redactor.redactor-styles p{
    font-size: 13px;
}

.new_redactor.redactor-styles sub, .new_redactor.redactor-styles sup{
    line-height: normal;
    bottom: auto;
    top: auto;
}

.new_redactor.redactor-styles a, .new_redactor.redactor-styles a:hover{
    color: #0033CC;
}

.chatitem div.ticket-message .new_redactor pre {
    overflow-x:auto;
    width:auto;
}

form .redactor-toolbar{
    z-index: 49;
}

form .redactor-box.redactor-styles-on .redactor-toolbar {
    padding: 8px 6px 0 6px;
}

form .redactor-styles {
    padding: 16px 8px;
}

.new_redactor.redactor-styles table {
    border-collapse: collapse !important;
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
}

.redactor-styles table th, .redactor-styles table td{
    padding: 11px !important;
    padding-bottom: 10px !important;
    font-size: inherit !important;
}



.re-icon-extra_buttons:before {
    content: "\e906"; }

.redactor-styles h2{
    text-transform: none;
}

.redactor-styles iframe{
    border: 1px solid #CCC;
    display: block;
    margin: 10px auto;
}

.msg .new_redactor figure>img{
    cursor: pointer;
}

.redactor-styles blockquote{
    border-left: 2px solid #CCCCCC;
    padding-left: 15px;
    font-size: 12px;
}

.new_redactor.redactor-styles blockquote, .new_redactor.redactor-styles blockquote p{
    font-size: 12px;
}

.new_redactor.redactor-styles hr{
    margin: 1em 0;     height: 3px;     border: none;     background: rgba(0, 0, 0, 0.1);
}

